home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / FirstStartWizard.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  1KB  |  53 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="FirstStartWizard" oor:package="org.openoffice" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains properties regarding the first start wiazrd.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="Option">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Describes properties of a wizard tab page option.</desc>
  16.             </info>
  17.             <prop oor:name="Visible" oor:type="xs:boolean">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Determine if an option is visible or not.</desc>
  22.                 </info>
  23.                 <value>true</value>
  24.             </prop>
  25.         </group>
  26.     </templates>
  27.     <component>
  28.  
  29.         <group oor:name="TabPages">
  30.  
  31.             <info>
  32.  
  33.                 <desc>Contains properties for the various first start wizard tab pages.</desc>
  34.             </info>
  35.             <group oor:name="Registration">
  36.  
  37.                 <info>
  38.  
  39.                     <desc>Specifies properties of the registration tab page.</desc>
  40.                 </info>
  41.                 <set oor:name="RegistrationOptions" oor:node-type="Option">
  42.  
  43.                     <info>
  44.  
  45.                         <desc>Specifies radio button properties of the registration tab page.</desc>
  46.                     </info>
  47.                 </set>
  48.             </group>
  49.         </group>
  50.     </component>
  51. </oor:component-schema>
  52.  
  53.